home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
GNU
/
GNUPLOTsrc.lha
/
epsviewe.h
< prev
next >
Wrap
Text File
|
1996-01-22
|
368b
|
22 lines
/*
* $Id: epsviewe.h,v 1.2 1993/09/27 17:08:10 alex Exp $
*
*/
#import <appkit/Application.h>
#import <appkit/graphics.h>
#import <dpsclient/dpsclient.h>
#import <appkit/Window.h>
@interface EpsViewer:Application
{
id theNewWin;
}
- windowCreate:(NXCoord)width Height:(NXCoord)height;
- (NXRect *)nextRectForWidth:(NXCoord)width Height:(NXCoord)height;
@end